Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Sebulba PPO Metrics #108

Merged
merged 4 commits into from
Aug 27, 2024
Merged

Fix: Sebulba PPO Metrics #108

merged 4 commits into from
Aug 27, 2024

Conversation

EdanToledo
Copy link
Owner

What?

Fix issues with actor steps per second and the number of timesteps logged.

Why?

It had legacy code based on how anakin operates and was incorrect.

How?

Correctly use num_envs_per_actor * rollout_length as this is what is consumed as a batch by the learner. This multiplied by num updates per eval gives the number of time steps consumed by the learning per eval step.

@EdanToledo EdanToledo self-assigned this Aug 27, 2024
@EdanToledo EdanToledo merged commit 5284124 into main Aug 27, 2024
3 checks passed
@EdanToledo EdanToledo deleted the EdanToledo/issue107 branch August 27, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant